Font Awesome
https://gyazo.com/2080ae3cf77ffccd8ff3b1270fd59487
CDNが有料化した?
旧バージョンの導入方法
code:ex.css
.line span.code-block .code-block-start a::before {
font-family: "FontAwesome";
display: inline-block;
text-decoration: none !important;
}
手順
公式サイトにログイン
もらったものをまとめてimport
セミコロン忘れ侍
code:ex.css
2つとも入れる
code:ex.css
.line span.code-block .code-block-start a::before {
font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
display: inline-block;
text-decoration: none !important;
}
code:style_5_15_3.css
.line span.code-block .code-block-start title:before { text-decoration: none !important;
font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
font-weight: 400;
display: inline-block;
}